As of LabVIEW 8, you need to be careful with the cgi interface.  It appears that the cgi VIs cannot
be in a library.  The web browser doesn't seem to let you encode the full namespace in the URL and,
therefore, the G web server doesn't know how to load the VIs.  

If you avoid putting the VIs in a library, the cgi interface seems to work from both code and the 
compiled executable.

